home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global lastContentsLabel, lastFrame
- set prod to getGlobalProduct()
- puppetSprite(32, 0)
- puppetSprite(33, 0)
- unLoadCast()
- if prod = "c" then
- puppetSprite(19, 1)
- set the ink of sprite 19 to 35
- updateStage()
- holdOn(30)
- set lastContentsLabel to lastFrame
- puppetSprite(19, 0)
- updateStage()
- go("about")
- else
- if prod = "about" then
- goLabel(lastContentsLabel)
- else
- go("about")
- end if
- end if
- end
-